swap space - перевод на голландский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

swap space - перевод на голландский

MEMORY MANAGEMENT SCHEME BY WHICH A COMPUTER STORES AND RETRIEVES DATA FROM SECONDARY STORAGE FOR USE IN MAIN MEMORY
386SPART.PAR; WIN386.SWP; Swap file; Swap partition; Swap space; Memory swapping; Swapfile; Page file; Paging file; Page File; Pagefile.sys; Paging space; Swap memory; Page file usage; File page; Pagefile; Swapspace; Paged memory; Page in; Page out; Pageable memory; Page swapping; Page swapping memory; Page memory; Swap disk; Swap volume; Sharing in paging system; Swappiness; Swapping (memory management); Linux swap; Swap death; Swapdeath; Swapping (computing); Paging

swap space         
vervangings ruimte, geheugen die uit een vervangingsbestand stamt en niet uit een chip voor geheugen met willekeurige toegang
swap memory         
vervangingsgeheugen, geheugen die uit een vervangingsbestand stamt en niet uit een chip voor geheugen met willekeurige toegang
swap file         
vervangingsbestand, zone op een schijf die fungeert als geheugen voor willekeurige toegang naast het gewone geheugen

Определение

swap space
<operating system> An area of disk (e.g. a swap file) used to store the state of a process that has been swapped out. Under a virtual memory system, it is the amount of swap space rather than the amount of physical memory which determines the maximum size of a single process and the maximum total size of all active processes. [Jargon File] (1994-11-03)

Википедия

Memory paging

In computer operating systems, memory paging (or swapping on some Unix-like systems) is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. In this scheme, the operating system retrieves data from secondary storage in same-size blocks called pages. Paging is an important part of virtual memory implementations in modern operating systems, using secondary storage to let programs exceed the size of available physical memory.

For simplicity, main memory is called "RAM" (an acronym of random-access memory) and secondary storage is called "disk" (a shorthand for hard disk drive, drum memory or solid-state drive, etc.), but as with many aspects of computing, the concepts are independent of the technology used.

Depending on the memory model, paged memory functionality is usually hardwired into a CPU/MCU by using a Memory Management Unit (MMU) or Memory Protection Unit (MPU) and separately enabled by privileged system code in the operating system's kernel. In CPUs implementing the x86 instruction set architecture (ISA) for instance, the memory paging is enabled via the CR0 control register.